projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c5c35c
)
(x_set_menu_bar_lines): Fix typo in last change.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 19 May 1993 03:51:26 +0000
(
03:51
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 19 May 1993 03:51:26 +0000
(
03:51
+0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 3e272cae31f04e27802c4c8e34e50656dc2a40a2..0aa98ed41a1f3ca0a9f8dfdd5069e763572d842d 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-899,7
+899,7
@@
x_set_menu_bar_lines (f, value, oldval)
most of the commands try to apply themselves to the minibuffer
frame itslef, and get an error because you can't switch buffers
in or split the minibuffer window. */
- if (FRAME_MINBUF_ONLY_P (f))
+ if (FRAME_MIN
I
BUF_ONLY_P (f))
return;
if (XTYPE (value) == Lisp_Int)